02. Review Random Forests

Review Random Forests

Before we move on, let's briefly review what we discussed in the previous lesson. Select the statements among the following that are true.

SOLUTION:
  • Random forests use row bagging to generate a different dataset on which to grow each tree.
  • The out-of-bag estimate is an estimate of the prediction error of the model.